home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / Keymap.txt < prev    next >
Text File  |  1992-09-02  |  306b  |  12 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:Keymap.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'keymap.library', keymapbase         /* informal notation */
  6.   SetKeyMapDefault(A0)
  7.   AskKeyMapDefault()
  8.   MapRawKey(A0,A1,D1,A2)
  9.   MapANSI(A0,D0,A1,D1,A2)
  10. ENDLIBRARY
  11.  
  12.